home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / t5204.gpd < prev    next >
Encoding:
Text File  |  2003-02-21  |  6.3 KB  |  238 lines

  1. *%$Header:   /disc2/scon/apps/windrv/2000/t5000/w2k/t5000.gpv   1.2   16 Feb 2000 09:56:18   nguy_hu  $
  2. *%
  3. *%$Log:   /disc2/scon/apps/windrv/2000/t5000/w2k/t5000.gpv  $
  4. *%
  5. *%     Rev 1.2   16 Feb 2000 09:56:18   nguy_hu
  6. *%  remove STARTDOC, STARTPAGE dummy commands
  7. *%  
  8. *%
  9. *%     Rev 1.1   10 Feb 2000 10:22:12   nguy_hu
  10. *%  add custom options to the Advanced Doc Prop page
  11. *%
  12. *%     Rev 1.0   29 Nov 1999 08:14:10   kari_af
  13. *%  Initial revision.
  14. *GPDSpecVersion: "1.0"
  15. *Include: "StdNames.gpd"
  16. *Include: "T5KC.GPD"
  17. *% *GPDFileVersion: "1.0"
  18. *Include: "PTNXVER.GPD"
  19. *GPDFileName: "T5204.GPD"
  20. *ModelName: "Printronix T5204"
  21. *MasterUnits: PAIR(203,203)
  22. *ResourceDLL: "T5000.Dll"
  23. *PrinterType: PAGE
  24. *MaxCopies: 99
  25. *FontCartSlots: 1
  26.  
  27. *Feature: Resolution
  28. {
  29.     *rcNameID: =RESOLUTION_DISPLAY
  30.     *DefaultOption: 203x203
  31.     *Option: 203x203
  32.     {
  33.         *Name: "203 x 203 " =DOTS_PER_INCH
  34.         *DPI: PAIR(203,203)
  35.         *TextDPI: PAIR(203,203)
  36.         *MinStripBlankPixels: 32
  37.         EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  38.         *SpotDiameter: 100
  39.         *%Command: CmdBeginRaster { *Cmd : "BEGIN RASTER" }
  40.         *%Command: CmdEndRaster { *Cmd : "END RASTER" }
  41.         *Command: CmdSendBlockData { *Cmd : ""} *%GFX DATA : " %d{NumOfDataBytes }"Bytes" }
  42.         *Command: CmdSelect
  43.         {
  44.             *Order: DOC_SETUP.6
  45.             *%Cmd: "300DPI"
  46.         }
  47.     }
  48. }
  49. *Feature: PaperSize
  50. {
  51.     *rcNameID: =PAPER_SIZE_DISPLAY
  52.   *DefaultOption: ENV_9*%LETTER
  53.     *Option: ENV_9
  54.     {
  55.         *rcNameID: =ENV_9_DISPLAY
  56.         *PrintableArea: PAIR(785,1800)
  57.         *PrintableOrigin: PAIR(0, 0)
  58.         *Command: CmdSelect
  59.         {
  60.             *Order: DOC_SETUP.5
  61. *%            *CallbackID: 3
  62.         }
  63.     }
  64.     *%*Option: LETTER
  65.     *%{
  66.         *%*rcNameID: =LETTER_DISPLAY
  67.         *%*PrintableArea: PAIR(913, 2233)
  68.         *%*PrintableOrigin: PAIR(0, 0)
  69.         *%*Command: CmdSelect
  70.         *%{
  71.             *%*Order: DOC_SETUP.5
  72. *%*%            *CallbackID: 3
  73.         *%}
  74.     *%}
  75.     
  76.     *Option: 4.0x6.0
  77.     {   *rcNameID: =PAPER_4_0x6_0
  78.         *OptionID: =ID_PAPER_4_0x6_0
  79.         *PageDimensions: PAIR(812,1218)
  80.         *PageProtectMem: 4109
  81.         *PrintableArea: PAIR(812,1218)
  82.         *PrintableOrigin: PAIR(0, 0)
  83.         *Command: CmdSelect
  84.         {
  85.             *Order: DOC_SETUP.5
  86.             *%Cmd: "Label6.0x4.0"
  87.         }
  88.     }
  89.    *Option: 1.5x1.0
  90.     {   *rcNameID: =PAPER_1_5x1_0
  91.         *OptionID: =ID_PAPER_1_5x1_0
  92.         *PageDimensions: PAIR(304,203)
  93.         *PageProtectMem: 4109
  94.         *PrintableArea: PAIR(304,203)
  95.         *PrintableOrigin: PAIR(0, 0)
  96.         *Command: CmdSelect
  97.         {
  98.             *Order: DOC_SETUP.5
  99.             *%Cmd: "Label6.0x4.0"
  100.         }
  101.     }
  102.    *Option: 2.0x1.0
  103.     {   *rcNameID: =PAPER_2_0x1_0
  104.         *OptionID: =ID_PAPER_2_0x1_0
  105.         *PageDimensions: PAIR(406,203)
  106.         *PageProtectMem: 4109
  107.         *PrintableArea: PAIR(406,203)
  108.         *PrintableOrigin: PAIR(0, 0)
  109.         *Command: CmdSelect
  110.         {
  111.             *Order: DOC_SETUP.5
  112.             *%Cmd: "Label6.0x4.0"
  113.         }
  114.     }
  115.    *Option: 2.5x1.5
  116.     {   *rcNameID: =PAPER_2_5x1_5
  117.         *OptionID: =ID_PAPER_2_5x1_5
  118.         *PageDimensions: PAIR(507,304)
  119.         *PageProtectMem: 4109
  120.         *PrintableArea: PAIR(507,304)
  121.         *PrintableOrigin: PAIR(0, 0)
  122.         *Command: CmdSelect
  123.         {
  124.             *Order: DOC_SETUP.5
  125.             *%Cmd: "Label6.0x4.0"
  126.         }
  127.     }
  128.     *Option: 3.0x2.0
  129.     {   *rcNameID: =PAPER_3_0x2_0
  130.         *OptionID: =ID_PAPER_3_0x2_0
  131.         *PageDimensions: PAIR(609,406)
  132.         *PageProtectMem: 4109
  133.         *PrintableArea: PAIR(609,406)
  134.         *PrintableOrigin: PAIR(0, 0)
  135.         *Command: CmdSelect
  136.         {
  137.             *Order: DOC_SETUP.5
  138.             *%Cmd: "Label6.0x4.0"
  139.         }
  140.     }
  141.    *Option: 3.0x3.0
  142.     {   *rcNameID: =PAPER_3_0x3_0
  143.         *OptionID: =ID_PAPER_3_0x3_0
  144.         *PageDimensions: PAIR(609,609)
  145.         *PageProtectMem: 4109
  146.         *PrintableArea: PAIR(609,609)
  147.         *PrintableOrigin: PAIR(0, 0)
  148.         *Command: CmdSelect
  149.         {
  150.             *Order: DOC_SETUP.5
  151.             *%Cmd: "Label6.0x4.0"
  152.         }
  153.     }
  154.    *Option: 4.0x2.0
  155.     {   *rcNameID: =PAPER_4_0x2_0
  156.         *OptionID: =ID_PAPER_4_0x2_0
  157.         *PageDimensions: PAIR(812,406)
  158.         *PageProtectMem: 4109
  159.         *PrintableArea: PAIR(812,406)
  160.         *PrintableOrigin: PAIR(0, 0)
  161.         *Command: CmdSelect
  162.         {
  163.             *Order: DOC_SETUP.5
  164.             *%Cmd: "Label6.0x4.0"
  165.         }
  166.     }
  167.    *Option: 4.0x3.0
  168.     {
  169.         *rcNameID: =PAPER_4_0x3_0
  170.         *OptionID: =ID_PAPER_4_0x3_0
  171.         *PageDimensions: PAIR(812, 609)
  172.         *PageProtectMem: 4109
  173.         *PrintableArea: PAIR(812,609)
  174.         *PrintableOrigin: PAIR(0,0)
  175.         *Command: CmdSelect
  176.         {
  177.             *Order: DOC_SETUP.5
  178.             *%Cmd: "Label6.5x4.0"
  179.         }
  180.     }
  181.     *Option: 4.0x4.0
  182.     {
  183.         *rcNameID: =PAPER_4_0x4_0
  184.         *OptionID: =ID_PAPER_4_0x4_0
  185.         *PageDimensions: PAIR(812, 812)
  186.         *PageProtectMem: 4109
  187.         *PrintableArea: PAIR(812, 812)
  188.         *PrintableOrigin: PAIR(0,0)
  189.         *Command: CmdSelect
  190.         {
  191.             *Order: DOC_SETUP.5
  192.             *%Cmd: "Label6.5x4.0"
  193.         }
  194.     }
  195.     *Option: 4.0x8.0
  196.     {
  197.         *rcNameID: =PAPER_4_0x8_0
  198.         *OptionID: =ID_PAPER_4_0x8_0
  199.         *PageDimensions: PAIR(812, 1624)
  200.         *PageProtectMem: 4109
  201.         *PrintableArea: PAIR(812, 1624)
  202.         *PrintableOrigin: PAIR(0,0)
  203.         *Command: CmdSelect
  204.         {
  205.             *Order: DOC_SETUP.5
  206.             *%Cmd: "Label6.0x8.0"
  207.         }
  208.     }
  209.     *Option: CUSTOMSIZE
  210.     {
  211.         *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  212.         *MinSize: PAIR(153, 51)
  213.         *MaxSize: PAIR(913,20097)
  214.         *MaxPrintableWidth: 913
  215.         *MinLeftMargin: 0
  216.         *CenterPrintable?: TRUE
  217.         *PageProtectMem: 4109
  218.         *Command: CmdSelect
  219.         {
  220.             *Order: DOC_SETUP.5
  221.             *%Cmd: "CUSTOMSIZE"
  222. *%"<1B>&l0e48d" %d{(((PhysPaperLength + 1) * 48) / 300) }"p" %d{(((PhysPaperLength + 1) * 48) / 300) }
  223. *%+ "F<1B>!f" %d{(PhysPaperWidth + 150) }"W<1B>*p0x0Y"
  224.         }
  225.     }
  226. }
  227. *Feature: MaxIps
  228. {
  229.  *DefaultOption: 10
  230.  *Name:"MaxIps"
  231.  *Option: 10
  232.     {
  233.         *Name:"10"
  234.     }
  235.  
  236.   }
  237. *HelpFile: "PTNXT5K.HLP"
  238.